home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
rexx
/
examples
/
xtruder_getpath.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-07
|
264b
|
14 lines
/*
** 'GetPath' example
*/
Options Results
Address XTRUDER
GetPath TITLE '"Select a path..."' PATH '"DH0:"'
IF RC ~= 0 THEN
RequestUser TEXT '"You forgot to select a path!"' RESPONSE '"Bugger!"'
ELSE
RequestUser TEXT RESULT RESPONSE '"That was the one!"'